projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a0aca
)
Fixed typo in docstring.
author
Kim F. Storm
<storm@cua.dk>
Sun, 27 Oct 2002 21:58:18 +0000
(21:58 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 27 Oct 2002 21:58:18 +0000
(21:58 +0000)
lisp/emacs-lisp/bindat.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bindat.el
b/lisp/emacs-lisp/bindat.el
index fcbe6882e92e59ce8ed55740743a25f09b2441d3..46040da8d92aefb9c33e06e00f9002d41c10a8fe 100644
(file)
--- a/
lisp/emacs-lisp/bindat.el
+++ b/
lisp/emacs-lisp/bindat.el
@@
-575,7
+575,7
@@
e.g. corresponding to STRUCT.FIELD1[INDEX2].FIELD3..."
))))))
(defun bindat-pack (spec struct &optional raw-data pos)
- "Return binary data packed accoring to SPEC for structured data STRUCT.
+ "Return binary data packed accor
d
ing to SPEC for structured data STRUCT.
Optional third arg RAW-DATA is a pre-allocated string or vector to unpack into.
Optional fourth arg POS is the starting offset into RAW-DATA.
Note: The result is a multibyte string; use `string-make-unibyte' on it